home *** CD-ROM | disk | FTP | other *** search
/ PC Media 2 / PC MEDIA CD02.iso / share / prog / tpsorts / read.me < prev    next >
Encoding:
Text File  |  1986-03-12  |  1.3 KB  |  29 lines

  1.                              QSORT.LBR
  2. These files comprise a recursive quicksort implementation written
  3. as  an  'include'  file,   a  demonstration  routine,   and  some
  4. supplemental  library routines.   The 'qsort' include file may be
  5. used  without  modification.   The only considerations  are  that
  6. variable  space for 'table[i]' must be allocated with  the  'new'
  7. command  before data can be passed to the sorting array,  and the
  8. file  marked  'GLOBAL'  must appear at the beginning  of  a  user 
  9. program.  Furthermore, the 'table' array may be any type; the use 
  10. of 'string' in the 'demo' is completely arbitrary (string[255] is 
  11. specified  in  the  include  file).   See  the  'demo'  for  more 
  12. information.
  13.  
  14.  
  15.                            TUBE110.LBR
  16.  
  17. This  file is a demonstration of i/o redirection in Turbo Pascal.  
  18. The two 'demo's' are self-explanatory.   The file, 'stand_io.inc' 
  19. is  self-contained,  it requires only the starting address  of  a  
  20. character  buffer  for  data transfer.   These  routines  may  be 
  21. redirected;  any  file or program using 'pipes' or 'filters'  may 
  22. serve as input or output (see DOS 2.1 manual for details).
  23.  
  24.  
  25. Ken Kaplan
  26. 213-596-8635 (ans. machine)
  27.  
  28. (c) 1985 Renaissance Software
  29.